projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209af94
)
Trivial formatting fix
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Apr 2009 00:45:11 +0000
(20:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Apr 2009 00:45:11 +0000
(20:45 -0400)
gtk/gtkbuilderparser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilderparser.c
b/gtk/gtkbuilderparser.c
index 084c3622f8237cdbd2e14f2768cb796aeb3c4f50..feda666c586bbc91028aa42503ee4168473e9850 100644
(file)
--- a/
gtk/gtkbuilderparser.c
+++ b/
gtk/gtkbuilderparser.c
@@
-399,8
+399,8
@@
parse_object (GMarkupParseContext *context,
{
g_set_error (error, GTK_BUILDER_ERROR,
GTK_BUILDER_ERROR_DUPLICATE_ID,
-
_("Duplicate object id '%s' on line %d (previously on line %d)"),
-
object_id, line, line2);
+ _("Duplicate object id '%s' on line %d (previously on line %d)"),
+ object_id, line, line2);
return;
}